home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Using CW9 with ODF
- Sent: 5/26/96 9:46 PM
- Received: 5/28/96 8:25 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >With this change and others suggested, built 68k parts ran fine, except
- >ODFButton. When the stationary file is opened, it reports "error in OpenDoc
- >or part". I'll try to figure out this, but I appreciate if anybody can
- >suggest anything.
-
- There is a missing FW_DO_NOT_DEAD_STRIP(FW_CButton) in
- CButtonFrame::PostCreateViewFromStream. I need to look at why it is
- working with PPC and not with 68K. Just add
- FW_DO_NOT_DEAD_STRIP(FW_CButton) after FW_DO_NOT_DEAD_STRIP(FW_CGrowBox).
-
- ......................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ......................................................................
-
-